home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFORMRENAME / TFORMRENAME.txt
Text File  |  2002-01-07  |  812b  |  45 lines

  1. object FormRename: TFormRename
  2.   Left = 550
  3.   Top = 209
  4.   ActiveControl = txtName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename disk'
  7.   ClientHeight = 51
  8.   ClientWidth = 249
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object txtName: TEdit
  18.     Left = 3
  19.     Top = 3
  20.     Width = 242
  21.     Height = 24
  22.     TabOrder = 0
  23.   end
  24.   object cmdOK: TButton
  25.     Left = 120
  26.     Top = 26
  27.     Width = 61
  28.     Height = 20
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.   end
  34.   object cmdCancel: TButton
  35.     Left = 185
  36.     Top = 26
  37.     Width = 61
  38.     Height = 20
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44. end
  45.